public class ExcelParserController : ApiController { [HttpGet] public IEnumerable<string> Get(string templatePath) { ExcelParser excel
I'm looking for some clarity regarding security concerns with just JWT in our current project. basically it is working right now like this: User authenticates w
i'm working on a react app when run this function by infinite scroll i'll get error Unhandled Rejection (TypeError): can't access property "country", this.prop
I want to search if there are any records which has the specific language . Language is stored in short forms, for example : 'en-US' and I want to search it aga
I'm currently playing around with Tabulator (specifically React-Tabulator) to make a proof of concept on my project. One of my requirements is to have buttons i
I am looking to change the Icon when i click on it and also when i press another button. Current situation: i m able to change the icon using .toggle but unable
I have created one organizational unit inside my active directory and added a user inside that OU. DistinguishedName : CN=Alex Shaun,OU=TestOU,DC=mydomain,DC=c
I am trying to upgrade my static lib project from VS 2017 to VS 2022 also wanted to use LLVM clang support. In my project I have only one class. class MyClass {